home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_1.3 / Read-Me1.3 / Printer1.3 / PrtPrefs < prev    next >
Encoding:
Text File  |  1988-08-02  |  10.0 KB  |  224 lines

  1.  
  2. V1.3 Preferences
  3.  
  4. by Eric Cotton and David Berezowski
  5.  
  6.  
  7. The Preferences program for the V1.3 Workbench has a number of additions to
  8. support new features of this release, including extended printer support.
  9.  
  10.  
  11. General
  12.  
  13. There is now a Preferences drawer.  Within the drawer are icons for
  14. Preferences, Pointer, Printer, and Serial.  The Preferences icon is for the
  15. Preferences program itself.  Double-clicking runs Preferences much as before.
  16. Pointer, Printer, and Serial are project icons; the DEFAULT TOOL of each is
  17. Preferences.  The TOOL TYPES specify the preference screen with which
  18. Preferences is to begin.  The format is "PREFS=" immediately followed by
  19. "pointer", "printer", or "serial".  For instance the
  20. TOOL TYPES of the Serial icon is "PREFS=serial".  Double-clicking on the icon
  21. opens Preferences with the serial preference screen.
  22.  
  23. Preferences now accepts command line arguments.  The format is as follows:
  24.  
  25.     Preferences [POINTER | PRINTER | SERIAL]
  26.  
  27. The argument specifies the screen to display.
  28.  
  29.  
  30. Selecting Save automatically updates the battery backed-up clock, if present,
  31. with the new date and time.
  32.  
  33. The CLI On/Off option has been eliminated.  Henceforth, the icon for the
  34. Command Line Interface (CLI) will always appear in the System drawer (unless
  35. deleted by the user).
  36.  
  37.  
  38. Change Printer
  39.  
  40. The Graphic Select gadget has been replaced by two new gadgets: Graphic 1
  41. and Graphic 2.
  42.  
  43. The new Graphic 1 gadget is equivalent to the V1.2 Graphic Select gadget and
  44. is used to request the first of two printer graphic Preferences screens.
  45.  
  46.  
  47. Graphic 1
  48.  
  49. The Graphic 1 screen is selected by clicking on the corresponding gadget in
  50. the Change Printer screen.
  51.  
  52. There is a new Print Shade selection: Gray Scale2.  This shade is for printing
  53. pictures designed using the A2024 Monitor (which supports a maximum of seven
  54. shades of gray).
  55.  
  56.  
  57. Graphic 2
  58.  
  59. Selected by clicking the Graphic 2 gadget in the Change Printer screen, this
  60. new Preferences screen supports extended printer graphics features.  The
  61. various gadgets are as follows:
  62.  
  63.   Smoothing [ON/OFF] - attempts to smooth diagonal lines.
  64.     This option is best suited for use with programs that do graphic dumps
  65.     of text (like ProWrite, PageSetter, CityDesk, Publisher 1000, NotePad,
  66.     etc.).  This technique incurs an approximate 2:1 speed penalty on
  67.     printing.  Note:  Floyd-Steinberg dithering cannot be used in conjunction
  68.     with Smoothing.  If F-S is enabled when turning on Smoothing the dithering
  69.     mode will change to Ordered.  Default is OFF.
  70.  
  71.   Left Offset - horizontally offsets the printed picture.
  72.     This option effectively sets up a left margin.  The offset can be entered
  73.     in increments of tenths of an inch.  The Center option (below) disables
  74.     Left Offset.  Default is 0.0 inches.
  75.  
  76.   Center [ON/OFF] - horizontally centers the printed picture.
  77.     This option overrides the Left Offset value.  Default is OFF.
  78.  
  79.   Density [1 through 7] - selects graphics print density.
  80.     The lower the density the faster the print time (on those printers with
  81.     multiple densities).  Refer to specifications of the V1.3 Printer Drivers
  82.     for a description of densities supported by each individual printer.
  83.     Default is 1.
  84.  
  85.   Color Correct R/G/B - tries to better match screen colors to printer colors.
  86.     This option selectively tries to match all shades of either red (R),
  87.     green (G), or blue (B) from the screen to the printer.  Without color 
  88.     correction, the printer device can print all the 4096 colors of the
  89.     AMIGA on a printer.  However, as color correction is applied the total
  90.     number of printed colors is reduced to a low of 3172 (308 per RGB).  To
  91.     see the effect of this option, printout a picture with solid red, green,
  92.     and blue shades twice; first with this option on, and then with it off.
  93.     Now compare the two pictures with the screen display.  The shades of the
  94.     color corrected picture should more closely represent those displayed on
  95.     your monitor.  Default is no color correction (R, G, and B not selected).
  96.  
  97.   Dithering [Ordered/Halftone/F-S] - sets dithering mode.
  98.     Note: when a Shade of 'Black and White' is selected (from the Graphic 1
  99.     screen), changing the dither method has no effect on the printout as
  100.     B&W shading does no dithering.  Default is ORDERED.
  101.  
  102.     Ordered - Color intensities on the printer are formed using an ordered
  103.       dither method.  Ordered dithering produces shades on the printer using
  104.       an ordered pattern of dots.
  105.  
  106.     Halftone - Color intensities on the printer are formed using a halftone
  107.       dither method.  This technique is similar to the one used in newspapers
  108.       and comic books.  It works best on high density printers (greater than
  109.       150 dots per inch).
  110.  
  111.     F-S - Color intensities on the printer are formed using the Floyd-Steinberg
  112.       error distribution method.  This option incurs an approximate 2:1 speed
  113.       penalty on printing.  Note: Selecting this option automatically turns
  114.       off Smoothing as they can not be used in conjunction with each other.
  115.       It works best on high density printers (greater than 150 dots per inch).
  116.  
  117.   Scaling [Fraction/Integer] - selects scaling method.  Default is FRACTION.
  118.  
  119.     Fraction - Normal scaling is performed.
  120.  
  121.     Integer - Every dot on the screen is guaranteed to appear as an even
  122.       number of dots on the printer in both the x and y dimensions.  For
  123.       example, if the source picture is 320 x 200, the printed picture width
  124.       will be either 320, 640, 960, etc. dots wide and 200, 400, 600, etc.
  125.       dots high.  This option should be selected when trying to print a
  126.       picture that contains thin vertical and horizontal lines (like a grid).
  127.       The actual size of the printed picture will be the requested size scaled
  128.       up or down to the nearest multiple of the width and height of the
  129.       picture.  Integer scaling completely overrides the aspecting feature of
  130.       the printer device.  Thus it is possible to get a slightly distorted
  131.       (non-aspect ratio correct) picture.  This option is also useful for
  132.       printing out bit-image text (as in Notepad) since the fonts will not be
  133.       distorted due to fractional scaling.
  134.  
  135.   Width Limit - limit the width of the printed picture.  Default is 0.
  136.       The width can be limited in tenths / inch, pixels or a multiplication
  137.       factor.  See Limits below.
  138.  
  139.   Height Limit - limits the height of the printed picture.  Default is 0.
  140.       The height can be limited in tenths / inch, pixels or a multiplication
  141.       factor.  See Limits below.
  142.  
  143.   <- Limits - determines how the Width and Height limits are interpreted.
  144.     Default is IGNORE.
  145.  
  146.     Ignore - The limits are to be ignored.  The printed picture's size is
  147.       bounded by:
  148.  
  149.         width  = (right margin - left margin + 1) / characters per inch.
  150.         height = lines per page / lines per inch.
  151.  
  152.       This option is the default and is included to remain compatible with
  153.       pre V1.3 software.
  154.  
  155.     Bounded - The printed picture's size is bounded by Width Limit and Height
  156.       Limit.  For example, if the printed picture should be no bigger than
  157.       4.0 x 5.0 inches (but it could be smaller), set MaxWidth to 40, MaxHeight
  158.       to 50, and select Bounded.  This option is provided so that the text
  159.       settings (margins, lines per page, etc.) need not be changed every time
  160.       a graphic print is made.
  161.  
  162.     Absolute - Width Limit and Height Limit are interpreted as absolute
  163.       values.  The printed picture's size is no longer bounded.  Rather, it is
  164.       the absolute size specified.  For example, if the printed picture should
  165.       be exactly 4.0 x 5.0 inches, set MaxWidth to 40, Width Limit to 50, and
  166.       select Absolute.  This completely overrides the aspecting feature of the
  167.       printer device.  Thus it is possible to get a very distorted (non-aspect
  168.       ratio correct) picture.  Setting one (but not both) of the dimensions to
  169.       zero aspect ratio corrects only that dimension.  Hence if Width Limit is
  170.       set to 40 and Height Limit to 0, then the printed picture will be 4.0
  171.       inches wide and as tall as necessary in order to be aspect ratio correct.
  172.       If both of the dimensions are zero then the printed picture will be the
  173.       printer's maximum dots wide and as tall as necessary in order to be
  174.       aspect ratio correct.
  175.  
  176.     Pixels - Width Limit and Height Limit are interpreted as absolute values
  177.       in printer pixels rather than tenths of an inch.  Otherwise, the same
  178.       rules for the Absolute selection (Width Limit = 0 and Height Limit = 0)
  179.       apply.
  180.  
  181.     Multiply - Width Limit and Height Limit are used to multiply the source
  182.       picture's width and height.  For instance, if you specified a WidthLimit
  183.       of 2 and a Height Limit of 4, the printed picture would be two times the
  184.       source picture's width pixels wide and 4 times the source picture's
  185.       height pixels high.  Thus if the source picture were 320 x 200, the
  186.       printed picture would be 640 (320 x 2) pixels wide and 800 (200 x 4)
  187.       pixels high.  The same rules for Absolute scaling (Width Limit = 0 and
  188.       Height Limit = 0) apply.  In addition, the benefits inherent to Integer
  189.       scaling are valid here.
  190.  
  191.  
  192.  
  193. Tips for Generating Better/Faster Graphic Dumps
  194. -----------------------------------------------
  195.  
  196. Faster
  197. ------
  198.  
  199. 1. If you are dumping a 1 bitplane image select the B&W mode in preferences.
  200.    This is much faster than a grey-scale or color dump.
  201.  
  202. 2. Horizontal dumps are much faster than vertical dumps as they use the
  203.    blitter to read the pixel data.
  204.  
  205. 3. Smoothing doubles the print time.  Use it for final copy only.
  206.  
  207. 4. F-S dithering doubles the print time.  Ordered and halftone dithering
  208.    incur no extra overhead.
  209.  
  210. 5. The lower the density the faster the printout.
  211.  
  212.  
  213. Better
  214. ------
  215.  
  216. 1. Friction fed paper tends to be much more accurate than tractor fed
  217.    paper in terms of vertical dot placement (ie. less horizontal strips or
  218.    white lines).
  219.  
  220. 2. Densities which use more than one pass tend to produce 'muddy' grey-scale
  221.    or color printouts.  It is recommended that you not chose these densities
  222.    when doing a grey-scale or color dump.
  223.  
  224.